home *** CD-ROM | disk | FTP | other *** search
/ Diccionario Escolar / Diccionario Escolar.iso / Data.Cab / F2451_bdeadmin.exe.E966F0CB_76B3_11D3_945B_00C04FB1760A / RCDATA / TDBENGINEERRORDLG / TDBENGINEERRORDLG.txt < prev   
Text File  |  2001-05-11  |  4KB  |  192 lines

  1. object DbEngineErrorDlg: TDbEngineErrorDlg
  2.   Left = 348
  3.   Top = 103
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Database Engine Error'
  8.   ClientHeight = 252
  9.   ClientWidth = 296
  10.   ParentFont = True
  11.   FormStyle = fsStayOnTop
  12.   HelpFile = 'dbexplr3.hlp'
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BasicPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 296
  24.     Height = 69
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object ErrorText: TLabel
  29.       Left = 49
  30.       Top = 8
  31.       Width = 239
  32.       Height = 61
  33.       Align = alClient
  34.       Caption = 'ErrorText'
  35.       WordWrap = True
  36.     end
  37.     object IconPanel: TPanel
  38.       Left = 0
  39.       Top = 8
  40.       Width = 49
  41.       Height = 61
  42.       Align = alLeft
  43.       BevelOuter = bvNone
  44.       TabOrder = 0
  45.       object IconImage: TImage
  46.         Left = 6
  47.         Top = 2
  48.         Width = 34
  49.         Height = 34
  50.         IncrementalDisplay = False
  51.         Picture.Data = {<image001.ico>}
  52.       end
  53.     end
  54.     object TopPanel: TPanel
  55.       Left = 0
  56.       Top = 0
  57.       Width = 296
  58.       Height = 8
  59.       Align = alTop
  60.       BevelOuter = bvNone
  61.       TabOrder = 1
  62.     end
  63.     object RightPanel: TPanel
  64.       Left = 288
  65.       Top = 8
  66.       Width = 8
  67.       Height = 61
  68.       Align = alRight
  69.       BevelOuter = bvNone
  70.       TabOrder = 2
  71.     end
  72.   end
  73.   object DetailsPanel: TPanel
  74.     Left = 0
  75.     Top = 108
  76.     Width = 296
  77.     Height = 144
  78.     Align = alBottom
  79.     BevelInner = bvLowered
  80.     BevelOuter = bvLowered
  81.     TabOrder = 1
  82.     object BDELabel: TLabel
  83.       Left = 56
  84.       Top = 8
  85.       Width = 59
  86.       Height = 13
  87.       Alignment = taRightJustify
  88.       Caption = 'BDE Error:'
  89.     end
  90.     object NativeLabel: TLabel
  91.       Left = 56
  92.       Top = 32
  93.       Width = 59
  94.       Height = 13
  95.       Alignment = taRightJustify
  96.       Caption = 'Server Error:'
  97.     end
  98.     object DbMessageText: TMemo
  99.       Left = 8
  100.       Top = 56
  101.       Width = 281
  102.       Height = 49
  103.       TabStop = False
  104.       Color = clBtnFace
  105.       Lines.Strings = (
  106.         'DbMessageText')
  107.       ReadOnly = True
  108.       TabOrder = 0
  109.     end
  110.     object DbResult: TEdit
  111.       Left = 120
  112.       Top = 8
  113.       Width = 79
  114.       Height = 21
  115.       TabStop = False
  116.       ParentColor = True
  117.       ReadOnly = True
  118.       TabOrder = 1
  119.       Text = 'DbResult'
  120.     end
  121.     object DbCatSub: TEdit
  122.       Left = 200
  123.       Top = 8
  124.       Width = 89
  125.       Height = 21
  126.       TabStop = False
  127.       ParentColor = True
  128.       ReadOnly = True
  129.       TabOrder = 2
  130.       Text = 'DbCatSub'
  131.     end
  132.     object NativeResult: TEdit
  133.       Left = 120
  134.       Top = 32
  135.       Width = 169
  136.       Height = 21
  137.       TabStop = False
  138.       ParentColor = True
  139.       ReadOnly = True
  140.       TabOrder = 3
  141.       Text = 'NativeResult'
  142.     end
  143.     object BackBtn: TButton
  144.       Left = 136
  145.       Top = 112
  146.       Width = 75
  147.       Height = 25
  148.       Caption = '< &Back'
  149.       TabOrder = 4
  150.       OnClick = BackClick
  151.     end
  152.     object NextBtn: TButton
  153.       Left = 216
  154.       Top = 112
  155.       Width = 75
  156.       Height = 25
  157.       Caption = 'Next >'
  158.       Default = True
  159.       TabOrder = 5
  160.       OnClick = NextClick
  161.     end
  162.   end
  163.   object ButtonPanel: TPanel
  164.     Left = 0
  165.     Top = 69
  166.     Width = 296
  167.     Height = 39
  168.     Align = alBottom
  169.     BevelOuter = bvNone
  170.     TabOrder = 2
  171.     object DetailsBtn: TButton
  172.       Left = 135
  173.       Top = 8
  174.       Width = 75
  175.       Height = 25
  176.       Caption = '&Details'
  177.       TabOrder = 0
  178.       OnClick = DetailsBtnClick
  179.     end
  180.     object OKBtn: TButton
  181.       Left = 215
  182.       Top = 8
  183.       Width = 75
  184.       Height = 25
  185.       Cancel = True
  186.       Caption = 'OK'
  187.       ModalResult = 1
  188.       TabOrder = 1
  189.     end
  190.   end
  191. end
  192.